home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
machserver
/
1.098
/
rpc
/
rpcCltStat.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-10-02
|
725b
|
32 lines
/*
* rpcCltStat.h --
*
* Statistics are taken to trace the behavior of the RPC system.
* The information is recorded in a record of event counts.
*
* Copyright (C) 1985 Regents of the University of California
* All rights reserved.
*
*
* $Header: /sprite/src/kernel/rpc/RCS/rpcCltStat.h,v 9.2 90/10/02 16:29:19 mgbaker Exp $ SPRITE (Berkeley)
*/
#ifndef _RPCCLTSTAT
#define _RPCCLTSTAT
#include <user/rpc.h>
extern Rpc_CltStat rpcCltStat;
extern Rpc_CltStat rpcTotalCltStat;
extern void RpcResetCltStat _ARGS_((void));
extern void Rpc_PrintCltStat _ARGS_((void));
#ifdef notdef
extern void Rpc_EnterProcess _ARGS_((void));
extern void Rpc_LeaveProcess _ARGS_((void));
#endif notdef
#endif /* _RPCCLTSTAT */